ci: bump actions/upload-artifact from 4 to 5 (#309)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 27 Oct 2025 13:02:44 +0000 (09:02 -0400)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 13:02:44 +0000 (09:02 -0400)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/ci-fuzz.yml
.github/workflows/cmake.yml
.github/workflows/make.yml

index 268eb1e76edf04828ec592b6abdaddcf0f85395d..a15a29f0a646cc2c9fe0d54a4c8600f65a8275cf 100644 (file)
@@ -16,7 +16,7 @@ jobs:
         fuzz-seconds: 600
         dry-run: false
     - name: Upload Crash
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: failure()
       with:
         name: artifacts
index 7092e145699ee880c573ed4d7f9813a1797dcfb5..5c205bbaf383fa21297b23e099d731b9a8587d03 100644 (file)
@@ -27,7 +27,7 @@ jobs:
       run: ctest --test-dir build -V
     - name: Upload shared lib
       if: matrix.shared == 'ON'
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       with:
         name: ${{ matrix.os }}
         path: |
@@ -73,7 +73,7 @@ jobs:
       run: ctest --test-dir build -V
     - name: Upload shared lib
       if: matrix.shared == 'ON'
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       with:
         name: windows-mingw64
         path: build/libutf8proc.*
index e7b452952297458909a78092e430db50a851210c..88c99a07a80462e49f40a50a9cc72882d233cc31 100644 (file)
@@ -35,7 +35,7 @@ jobs:
     - name: Make lib
       run: make
     - name: Upload shared lib
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       with:
         name: make-${{ matrix.os }}
         path: libutf8proc.*